From f1a001819b97cec0907250cc7fdc7e1d215feeb3 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Thu, 16 Jun 2022 16:46:10 +0200 Subject: [PATCH] Re-generated documents. --- README.html | 291 +++++++++++++++--- docs/d0/dd7/_version_8h_source.html | 2 +- docs/d1/d0a/_taskbar7_8h_source.html | 2 +- ...namespace_m_utils_1_1_o_s_1_1_version.html | 60 ++-- docs/d1/d93/_i_p_c_channel_8h_source.html | 2 +- docs/d2/d13/_startup_8h_source.html | 2 +- docs/d2/dad/_hash_8h_source.html | 2 +- docs/d2/db5/_c_p_u_features_8h_source.html | 2 +- ...ass_m_utils_1_1_hash_1_1_hash-members.html | 2 +- docs/d3/d5c/_registry_8h_source.html | 2 +- docs/d3/dc1/_o_s_support_8h.html | 9 +- docs/d3/dc1/_o_s_support_8h_source.html | 73 ++--- docs/d3/dd5/_error_handler_8h_source.html | 2 +- docs/d4/d85/_job_object_8h_source.html | 2 +- docs/d5/d3b/_global_8h_source.html | 2 +- docs/d5/db0/_sound_8h_source.html | 2 +- ...1_version_1_1__os__version__t-members.html | 17 +- docs/d6/d83/_update_checker_8h_source.html | 2 +- docs/d6/ddd/_terminal_8h_source.html | 2 +- docs/d7/d73/_translation_8h_source.html | 2 +- docs/d8/d4d/_lazy_8h_source.html | 2 +- docs/da/d5d/_g_u_i_8h_source.html | 2 +- .../db0/class_m_utils_1_1_hash_1_1_hash.html | 6 +- ...1_o_s_1_1_version_1_1__os__version__t.html | 9 - docs/df/d98/_exception_8h_source.html | 2 +- docs/index.html | 2 +- docs/namespacemembers.html | 9 +- docs/namespacemembers_vars.html | 9 +- docs/search/all_16.js | 3 +- docs/search/variables_a.js | 3 +- z_mkdocs.bat | 2 +- 31 files changed, 380 insertions(+), 149 deletions(-) diff --git a/README.html b/README.html index 83a04d4..c7ce357 100644 --- a/README.html +++ b/README.html @@ -7,16 +7,154 @@ MUtilities – README - +

MUtilities – README

-

Created by LoRd_MuldeR <> – check http://muldersoft.com/ for news and updates!

+

Created by LoRd_MuldeR <> – check http://muldersoft.com/ for +news and updates!

-

1 Introduction

-

The MUtilities library is a collection of routines and classes to extend the Qt cross-platform framework. It contains various convenience and utility functions as well as wrappers for OS-specific functionalities. The library was originally created as a "side product" of the LameXP application: Over the years, a lot of code, not really specific to LameXP, had accumulated in the LameXP code base. Some of that code even had been used in other projects too, in a "copy & paste" fashion – which had lead to redundancy and much complicated maintenance. In order to clean-up the LameXP code base, to eliminate the ugly redundancy and to simplify maintenance, the code in question has finally been refactored into the MUtilities (aka "MuldeR's Utilities for Qt") library. This library now forms the foundation of LameXP and other OpenSource projects.

-

2 Project Structure

-

The MUtilities project directory is organized as follows:

+

1 Introduction

+

The MUtilities library is a collection of routines +and classes to extend the Qt +cross-platform framework. It contains various convenience and +utility functions as well as wrappers for OS-specific functionalities. +The library was originally created as a "side product" of the LameXP +application: Over the years, a lot of code, not really +specific to LameXP, had accumulated in the LameXP code +base. Some of that code even had been used in other projects too, in a +"copy & paste" fashion – which had lead to redundancy and much +complicated maintenance. In order to clean-up the LameXP code base, to +eliminate the ugly redundancy and to simplify maintenance, the code in +question has finally been refactored into the +MUtilities (aka "MuldeR's Utilities for Qt") library. +This library now forms the foundation of LameXP and other OpenSource +projects.

+

2 Project Structure

+

The MUtilities project directory is organized as +follows:

-

3 Example

-

Here is a minimal example on how to use the MUtilities library in your project:

+

3 Example

+

Here is a minimal example on how to use the MUtilities +library in your project:

//MUtils
 #include <MUtils/Global.h>
 
@@ -77,19 +258,41 @@ int main(int argc, char **argv)
 {
     qDebug("Random number: %u\n", MUtils::next_rand_u32());
 }
-

3.1 Build Notes

+

3.1 Build Notes

-

4 API Documentation

-

A fully-fledged documentation of the MUtilities programming interface (API) is available thanks to Doxygen. Please see docs/index.html for details!

-

5 License

-

This library is free software. It is released under the terms of the GNU Lesser General Public License (LGPL), Version 2.1.

+

4 API Documentation

+

A fully-fledged documentation of the MUtilities programming +interface (API) is available thanks to Doxygen. +Please see docs/index.html +for details!

+

5 License

+

This library is free software. It is released under the terms of the +GNU Lesser +General Public License (LGPL), Version 2.1.

MUtilities - MuldeR's Utilities for Qt
-Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>. Some rights reserved.
+Copyright (C) 2004-2022 LoRd_MuldeR <MuldeR2@GMX.de>. Some rights reserved.
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -104,19 +307,27 @@ Lesser General Public License for more details.
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
-

6 Acknowledgement

-

The following people have contributed in the development of the MUtilities library:

+

6 Acknowledgement

+

The following people have contributed in the development of the +MUtilities library:

The following third-party code is used in the MUtilities library: