Re-generated documents.
This commit is contained in:
parent
49e64e2542
commit
f1a001819b
291
README.html
291
README.html
@ -7,16 +7,154 @@
|
||||
<meta name="author" content="Created by LoRd_MuldeR <mulder2@gmx> – check http://muldersoft.com/ for news and updates!" />
|
||||
<title>MUtilities – README</title>
|
||||
<style>
|
||||
html {
|
||||
line-height: 1.5;
|
||||
font-family: Georgia, serif;
|
||||
font-size: 20px;
|
||||
color: #1a1a1a;
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
body {
|
||||
margin: 0 auto;
|
||||
max-width: 36em;
|
||||
padding-left: 50px;
|
||||
padding-right: 50px;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
hyphens: auto;
|
||||
overflow-wrap: break-word;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-kerning: normal;
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
body {
|
||||
font-size: 0.9em;
|
||||
padding: 1em;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
body {
|
||||
background-color: transparent;
|
||||
color: black;
|
||||
font-size: 12pt;
|
||||
}
|
||||
p, h2, h3 {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
h2, h3, h4 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
}
|
||||
p {
|
||||
margin: 1em 0;
|
||||
}
|
||||
a {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
a:visited {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-top: 1.4em;
|
||||
}
|
||||
h5, h6 {
|
||||
font-size: 1em;
|
||||
font-style: italic;
|
||||
}
|
||||
h6 {
|
||||
font-weight: normal;
|
||||
}
|
||||
ol, ul {
|
||||
padding-left: 1.7em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
li > ol, li > ul {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote {
|
||||
margin: 1em 0 1em 1.7em;
|
||||
padding-left: 1em;
|
||||
border-left: 2px solid #e6e6e6;
|
||||
color: #606060;
|
||||
}
|
||||
code {
|
||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
||||
font-size: 85%;
|
||||
margin: 0;
|
||||
}
|
||||
pre {
|
||||
margin: 1em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
pre code {
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
overflow-wrap: normal;
|
||||
}
|
||||
.sourceCode {
|
||||
background-color: transparent;
|
||||
overflow: visible;
|
||||
}
|
||||
hr {
|
||||
background-color: #1a1a1a;
|
||||
border: none;
|
||||
height: 1px;
|
||||
margin: 1em 0;
|
||||
}
|
||||
table {
|
||||
margin: 1em 0;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
display: block;
|
||||
font-variant-numeric: lining-nums tabular-nums;
|
||||
}
|
||||
table caption {
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
tbody {
|
||||
margin-top: 0.5em;
|
||||
border-top: 1px solid #1a1a1a;
|
||||
border-bottom: 1px solid #1a1a1a;
|
||||
}
|
||||
th {
|
||||
border-top: 1px solid #1a1a1a;
|
||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||
}
|
||||
td {
|
||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||
}
|
||||
header {
|
||||
margin-bottom: 4em;
|
||||
text-align: center;
|
||||
}
|
||||
#TOC li {
|
||||
list-style: none;
|
||||
}
|
||||
#TOC ul {
|
||||
padding-left: 1.3em;
|
||||
}
|
||||
#TOC > ul {
|
||||
padding-left: 0;
|
||||
}
|
||||
#TOC a:not(:hover) {
|
||||
text-decoration: none;
|
||||
}
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
span.underline{text-decoration: underline;}
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
ul.task-list{list-style: none;}
|
||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||||
<![endif]-->
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body { font-family: "Times New Roman", Times, serif; color: #000000; background-color: #FFFFFF; }
|
||||
@ -34,42 +172,85 @@
|
||||
li>ul, li>ol { margin-bottom: 0em; }
|
||||
-->
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<header id="title-block-header">
|
||||
<h1 class="title">MUtilities – README</h1>
|
||||
<p class="author">Created by LoRd_MuldeR <<a href="mailto:mulder2@gmx" class="email">mulder2@gmx</a>> – check <a href="http://muldersoft.com/" class="uri">http://muldersoft.com/</a> for news and updates!</p>
|
||||
<p class="author">Created by LoRd_MuldeR <<a
|
||||
href="mailto:mulder2@gmx" class="email">mulder2@gmx</a>> – check <a
|
||||
href="http://muldersoft.com/" class="uri">http://muldersoft.com/</a> for
|
||||
news and updates!</p>
|
||||
</header>
|
||||
<nav id="TOC" role="doc-toc">
|
||||
<ul>
|
||||
<li><a href="#introduction"><span class="toc-section-number">1</span> Introduction</a></li>
|
||||
<li><a href="#project-structure"><span class="toc-section-number">2</span> Project Structure</a></li>
|
||||
<li><a href="#example"><span class="toc-section-number">3</span> Example</a>
|
||||
<li><a href="#introduction" id="toc-introduction"><span
|
||||
class="toc-section-number">1</span> Introduction</a></li>
|
||||
<li><a href="#project-structure" id="toc-project-structure"><span
|
||||
class="toc-section-number">2</span> Project Structure</a></li>
|
||||
<li><a href="#example" id="toc-example"><span
|
||||
class="toc-section-number">3</span> Example</a>
|
||||
<ul>
|
||||
<li><a href="#build-notes"><span class="toc-section-number">3.1</span> Build Notes</a></li>
|
||||
<li><a href="#build-notes" id="toc-build-notes"><span
|
||||
class="toc-section-number">3.1</span> Build Notes</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#api-documentation"><span class="toc-section-number">4</span> API Documentation</a></li>
|
||||
<li><a href="#license"><span class="toc-section-number">5</span> License</a></li>
|
||||
<li><a href="#acknowledgement"><span class="toc-section-number">6</span> Acknowledgement</a></li>
|
||||
<li><a href="#api-documentation" id="toc-api-documentation"><span
|
||||
class="toc-section-number">4</span> API Documentation</a></li>
|
||||
<li><a href="#license" id="toc-license"><span
|
||||
class="toc-section-number">5</span> License</a></li>
|
||||
<li><a href="#acknowledgement" id="toc-acknowledgement"><span
|
||||
class="toc-section-number">6</span> Acknowledgement</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1 data-number="1" id="introduction"><span class="header-section-number">1</span> Introduction</h1>
|
||||
<p>The <strong>MUtilities</strong> library is a collection of routines and classes to extend the <a href="http://qt-project.org/"><em>Qt cross-platform framework</em></a>. 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 <a href="http://lamexp.sourceforge.net/"><strong>LameXP</strong></a> application: Over the years, a lot of code, <strong>not</strong> really specific to <em>LameXP</em>, had accumulated in the <em>LameXP</em> 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 <strong>MUtilities</strong> (aka "MuldeR's Utilities for Qt") library. This library now forms the foundation of <em>LameXP</em> and <a href="https://github.com/lordmulder"><em>other OpenSource projects</em></a>.</p>
|
||||
<h1 data-number="2" id="project-structure"><span class="header-section-number">2</span> Project Structure</h1>
|
||||
<p>The <em>MUtilities</em> project directory is organized as follows:</p>
|
||||
<h1 data-number="1" id="introduction"><span
|
||||
class="header-section-number">1</span> Introduction</h1>
|
||||
<p>The <strong>MUtilities</strong> library is a collection of routines
|
||||
and classes to extend the <a href="http://qt-project.org/"><em>Qt
|
||||
cross-platform framework</em></a>. 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 <a
|
||||
href="http://lamexp.sourceforge.net/"><strong>LameXP</strong></a>
|
||||
application: Over the years, a lot of code, <strong>not</strong> really
|
||||
specific to <em>LameXP</em>, had accumulated in the <em>LameXP</em> 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
|
||||
<strong>MUtilities</strong> (aka "MuldeR's Utilities for Qt") library.
|
||||
This library now forms the foundation of <em>LameXP</em> and <a
|
||||
href="https://github.com/lordmulder"><em>other OpenSource
|
||||
projects</em></a>.</p>
|
||||
<h1 data-number="2" id="project-structure"><span
|
||||
class="header-section-number">2</span> Project Structure</h1>
|
||||
<p>The <em>MUtilities</em> project directory is organized as
|
||||
follows:</p>
|
||||
<ul>
|
||||
<li><code>bin/</code> – compiled library files (static or shared), link those files in projects that use the MUtilities library</li>
|
||||
<li><code>docs/</code> – programming interface documentation, generated with Doxygen tool</li>
|
||||
<li><code>etc/</code> – miscellaneous files, everything that doesn't fit in anywhere else</li>
|
||||
<li><code>include/</code> – public header files, include this directory in projects that use the MUtilities library</li>
|
||||
<li><code>obj/</code> – object code files, intermediate files generated during the build process</li>
|
||||
<li><code>res/</code> – resource files, required for building the MUtilities library</li>
|
||||
<li><code>src/</code> – source code files, required for building the MUtilities library (third-party code in <code>src/3rd_party/</code>)</li>
|
||||
<li><code>bin/</code> – compiled library files (static or shared), link
|
||||
those files in projects that use the MUtilities library</li>
|
||||
<li><code>docs/</code> – programming interface documentation, generated
|
||||
with Doxygen tool</li>
|
||||
<li><code>etc/</code> – miscellaneous files, everything that doesn't fit
|
||||
in anywhere else</li>
|
||||
<li><code>include/</code> – public header files, include this directory
|
||||
in projects that use the MUtilities library</li>
|
||||
<li><code>obj/</code> – object code files, intermediate files generated
|
||||
during the build process</li>
|
||||
<li><code>res/</code> – resource files, required for building the
|
||||
MUtilities library</li>
|
||||
<li><code>src/</code> – source code files, required for building the
|
||||
MUtilities library (third-party code in
|
||||
<code>src/3rd_party/</code>)</li>
|
||||
<li><code>test/</code> – unit tests, based on Google Test framework</li>
|
||||
<li><code>tmp/</code> – temporary files, automatically generated during the build process</li>
|
||||
<li><code>tmp/</code> – temporary files, automatically generated during
|
||||
the build process</li>
|
||||
</ul>
|
||||
<h1 data-number="3" id="example"><span class="header-section-number">3</span> Example</h1>
|
||||
<p>Here is a minimal example on how to use the <em>MUtilities</em> library in your project:</p>
|
||||
<h1 data-number="3" id="example"><span
|
||||
class="header-section-number">3</span> Example</h1>
|
||||
<p>Here is a minimal example on how to use the <em>MUtilities</em>
|
||||
library in your project:</p>
|
||||
<pre><code>//MUtils
|
||||
#include <MUtils/Global.h>
|
||||
|
||||
@ -77,19 +258,41 @@ int main(int argc, char **argv)
|
||||
{
|
||||
qDebug("Random number: %u\n", MUtils::next_rand_u32());
|
||||
}</code></pre>
|
||||
<h2 data-number="3.1" id="build-notes"><span class="header-section-number">3.1</span> Build Notes</h2>
|
||||
<h2 data-number="3.1" id="build-notes"><span
|
||||
class="header-section-number">3.1</span> Build Notes</h2>
|
||||
<ul>
|
||||
<li>In order to use the <em>MUtilities</em> library in your project, your build environment must have already been set up for building Qt-based projects. Setting up Qt is <em>not</em> covered by this document.</li>
|
||||
<li>Additionally, make sure that <em>MUtilities'</em> <code>include/</code> directory is contained in your "Additional Include Directories" and that the <em>MUtilities'</em> <code>bin/</code> directory is contained in your "Additional Library Directories".</li>
|
||||
<li>Finally, make sure that your project links against the <code>MUtils32-1.lib</code> library file. For each build configuration, pick the proper <strong>.lib</strong> file from the corresponding <code>bin/<platform>/<config>/</code> directory!</li>
|
||||
<li>If your projects intends to use the <em>MUtilities</em> library as a <strong>static</strong> library, then the macro <code>MUTILS_STATIC_LIB</code> <em>must</em> be added to your project's "Preprocessor Definitions".</li>
|
||||
<li>In order to use the <em>MUtilities</em> library in your project,
|
||||
your build environment must have already been set up for building
|
||||
Qt-based projects. Setting up Qt is <em>not</em> covered by this
|
||||
document.</li>
|
||||
<li>Additionally, make sure that <em>MUtilities'</em>
|
||||
<code>include/</code> directory is contained in your "Additional Include
|
||||
Directories" and that the <em>MUtilities'</em> <code>bin/</code>
|
||||
directory is contained in your "Additional Library Directories".</li>
|
||||
<li>Finally, make sure that your project links against the
|
||||
<code>MUtils32-1.lib</code> library file. For each build configuration,
|
||||
pick the proper <strong>.lib</strong> file from the corresponding
|
||||
<code>bin/<platform>/<config>/</code> directory!</li>
|
||||
<li>If your projects intends to use the <em>MUtilities</em> library as a
|
||||
<strong>static</strong> library, then the macro
|
||||
<code>MUTILS_STATIC_LIB</code> <em>must</em> be added to your project's
|
||||
"Preprocessor Definitions".</li>
|
||||
</ul>
|
||||
<h1 data-number="4" id="api-documentation"><span class="header-section-number">4</span> API Documentation</h1>
|
||||
<p>A fully-fledged documentation of the <em>MUtilities</em> programming interface (API) is available thanks to <a href="http://www.stack.nl/~dimitri/doxygen/"><em>Doxygen</em></a>. Please see <a href="docs/index.html"><strong><code>docs/index.html</code></strong></a> for details!</p>
|
||||
<h1 data-number="5" id="license"><span class="header-section-number">5</span> License</h1>
|
||||
<p>This library is free software. It is released under the terms of the <a href="https://www.gnu.org/licenses/lgpl-2.1.html"><em>GNU Lesser General Public License (LGPL), Version 2.1</em></a>.</p>
|
||||
<h1 data-number="4" id="api-documentation"><span
|
||||
class="header-section-number">4</span> API Documentation</h1>
|
||||
<p>A fully-fledged documentation of the <em>MUtilities</em> programming
|
||||
interface (API) is available thanks to <a
|
||||
href="http://www.stack.nl/~dimitri/doxygen/"><em>Doxygen</em></a>.
|
||||
Please see <a
|
||||
href="docs/index.html"><strong><code>docs/index.html</code></strong></a>
|
||||
for details!</p>
|
||||
<h1 data-number="5" id="license"><span
|
||||
class="header-section-number">5</span> License</h1>
|
||||
<p>This library is free software. It is released under the terms of the
|
||||
<a href="https://www.gnu.org/licenses/lgpl-2.1.html"><em>GNU Lesser
|
||||
General Public License (LGPL), Version 2.1</em></a>.</p>
|
||||
<pre><code>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.</code></pre>
|
||||
<h1 data-number="6" id="acknowledgement"><span class="header-section-number">6</span> Acknowledgement</h1>
|
||||
<p>The following people have contributed in the development of the MUtilities library:</p>
|
||||
<h1 data-number="6" id="acknowledgement"><span
|
||||
class="header-section-number">6</span> Acknowledgement</h1>
|
||||
<p>The following people have contributed in the development of the
|
||||
MUtilities library:</p>
|
||||
<ul>
|
||||
<li><strong>John Buonagurio <<a href="mailto:jbuonagurio@exponent.com" class="email">jbuonagurio@exponent.com</a>></strong><br />
|
||||
<li><strong>John Buonagurio <<a
|
||||
href="mailto:jbuonagurio@exponent.com"
|
||||
class="email">jbuonagurio@exponent.com</a>></strong><br />
|
||||
Support for Qt5</li>
|
||||
</ul>
|
||||
<p>The following third-party code is used in the MUtilities library:</p>
|
||||
<ul>
|
||||
<li><p><strong>Keccak/SHA-3 Reference Implementation</strong><br />
|
||||
Implementation by the Keccak, Keyak and Ketje Teams, namely, Guido Bertoni, Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer<br />
|
||||
Implementation by the Keccak, Keyak and Ketje Teams, namely, Guido
|
||||
Bertoni, Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van
|
||||
Keer<br />
|
||||
No Copyright / Dedicated to the Public Domain</p></li>
|
||||
<li><p><strong>Natural Order String Comparison</strong><br />
|
||||
Copyright (C) 2000, 2004 by Martin Pool <<a href="mailto:mbp@sourcefrog.net" class="email">mbp@sourcefrog.net</a>><br />
|
||||
Copyright (C) 2000, 2004 by Martin Pool <<a
|
||||
href="mailto:mbp@sourcefrog.net"
|
||||
class="email">mbp@sourcefrog.net</a>><br />
|
||||
Released under the zlib License</p></li>
|
||||
<li><p><strong>Adler-32 Checksum Algorithm (from zlib)</strong><br />
|
||||
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler<br />
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -120,9 +120,12 @@ Variables</h2></td></tr>
|
||||
<tr class="memitem:a72189512f10d40462bd055dc865771e6"><td class="memItemLeft" align="right" valign="top">MUTILS_API const <a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a199c9376f9941b2ec9721eab0b544da0">os_version_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a72189512f10d40462bd055dc865771e6">WINDOWS_WIN81</a></td></tr>
|
||||
<tr class="memdesc:a72189512f10d40462bd055dc865771e6"><td class="mdescLeft"> </td><td class="mdescRight">Operating system version constant. <a href="#a72189512f10d40462bd055dc865771e6">More...</a><br /></td></tr>
|
||||
<tr class="separator:a72189512f10d40462bd055dc865771e6"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a2846cdee70f5aab693f7fe7ccb47d044"><td class="memItemLeft" align="right" valign="top">MUTILS_API const <a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a199c9376f9941b2ec9721eab0b544da0">os_version_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a2846cdee70f5aab693f7fe7ccb47d044">WINDOWS_WN100</a></td></tr>
|
||||
<tr class="memdesc:a2846cdee70f5aab693f7fe7ccb47d044"><td class="mdescLeft"> </td><td class="mdescRight">Operating system version constant. <a href="#a2846cdee70f5aab693f7fe7ccb47d044">More...</a><br /></td></tr>
|
||||
<tr class="separator:a2846cdee70f5aab693f7fe7ccb47d044"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aa012dec8a2112a7c5e5cfde248fe9651"><td class="memItemLeft" align="right" valign="top">MUTILS_API const <a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a199c9376f9941b2ec9721eab0b544da0">os_version_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#aa012dec8a2112a7c5e5cfde248fe9651">WINDOWS_WIN10</a></td></tr>
|
||||
<tr class="memdesc:aa012dec8a2112a7c5e5cfde248fe9651"><td class="mdescLeft"> </td><td class="mdescRight">Operating system version constant. <a href="#aa012dec8a2112a7c5e5cfde248fe9651">More...</a><br /></td></tr>
|
||||
<tr class="separator:aa012dec8a2112a7c5e5cfde248fe9651"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a06053919d60261ac41f68541e73c62d8"><td class="memItemLeft" align="right" valign="top">MUTILS_API const <a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a199c9376f9941b2ec9721eab0b544da0">os_version_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a06053919d60261ac41f68541e73c62d8">WINDOWS_WIN11</a></td></tr>
|
||||
<tr class="memdesc:a06053919d60261ac41f68541e73c62d8"><td class="mdescLeft"> </td><td class="mdescRight">Operating system version constant. <a href="#a06053919d60261ac41f68541e73c62d8">More...</a><br /></td></tr>
|
||||
<tr class="separator:a06053919d60261ac41f68541e73c62d8"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a0bf24022df29669da329e21d9b3d07d7"><td class="memItemLeft" align="right" valign="top">MUTILS_API const <a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a199c9376f9941b2ec9721eab0b544da0">os_version_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a0bf24022df29669da329e21d9b3d07d7">UNKNOWN_OPSYS</a></td></tr>
|
||||
<tr class="memdesc:a0bf24022df29669da329e21d9b3d07d7"><td class="mdescLeft"> </td><td class="mdescRight">Operating system version constant. <a href="#a0bf24022df29669da329e21d9b3d07d7">More...</a><br /></td></tr>
|
||||
<tr class="separator:a0bf24022df29669da329e21d9b3d07d7"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@ -185,6 +188,40 @@ Variables</h2></td></tr>
|
||||
<p>Operating system version constant. </p>
|
||||
<p>Microsoft(R) Windows Vista </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="aa012dec8a2112a7c5e5cfde248fe9651"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#aa012dec8a2112a7c5e5cfde248fe9651">§ </a></span>WINDOWS_WIN10</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">MUTILS_API const <a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a199c9376f9941b2ec9721eab0b544da0">os_version_t</a> MUtils::OS::Version::WINDOWS_WIN10</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Operating system version constant. </p>
|
||||
<p>Microsoft(R) Windows 10 </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a06053919d60261ac41f68541e73c62d8"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a06053919d60261ac41f68541e73c62d8">§ </a></span>WINDOWS_WIN11</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">MUTILS_API const <a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a199c9376f9941b2ec9721eab0b544da0">os_version_t</a> MUtils::OS::Version::WINDOWS_WIN11</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Operating system version constant. </p>
|
||||
<p>Microsoft(R) Windows 11 </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a9d3c6f9379b28bab18428ce9ff869ce4"></a>
|
||||
@ -270,23 +307,6 @@ Variables</h2></td></tr>
|
||||
<p>Operating system version constant. </p>
|
||||
<p>Microsoft(R) Windows XP </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a2846cdee70f5aab693f7fe7ccb47d044"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a2846cdee70f5aab693f7fe7ccb47d044">§ </a></span>WINDOWS_WN100</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">MUTILS_API const <a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a199c9376f9941b2ec9721eab0b544da0">os_version_t</a> MUtils::OS::Version::WINDOWS_WN100</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Operating system version constant. </p>
|
||||
<p>Microsoft(R) Windows 10 </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a7b97ac27f03a05b0121dd617a69ae393"></a>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -72,7 +72,7 @@ $(function() {
|
||||
<table class="directory">
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html#a1d70f2b647935868a178920196ec0ac1">digest</a>(const bool bAsHex=true)</td><td class="entry"><a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>finalize</b>(void)=0 (defined in <a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a>)</td><td class="entry"><a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">pure virtual</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Hash</b>(const char *key=NULL) (defined in <a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a>)</td><td class="entry"><a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Hash</b>(const char *=NULL) (defined in <a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a>)</td><td class="entry"><a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>process</b>(const quint8 *const data, const quint32 len)=0 (defined in <a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a>)</td><td class="entry"><a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">pure virtual</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html#a5c36bd2ea671928f9f5bd897dcfbef15">update</a>(const quint8 *const data, const quint32 len)</td><td class="entry"><a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html#a16bef08766de745913b3fd7c338bf5aa">update</a>(const QByteArray &data)</td><td class="entry"><a class="el" href="../../da/db0/class_m_utils_1_1_hash_1_1_hash.html">MUtils::Hash::Hash</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
|
File diff suppressed because one or more lines are too long
@ -349,9 +349,12 @@ Variables</h2></td></tr>
|
||||
<tr class="memitem:a72189512f10d40462bd055dc865771e6"><td class="memItemLeft" align="right" valign="top">MUTILS_API const os_version_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a72189512f10d40462bd055dc865771e6">MUtils::OS::Version::WINDOWS_WIN81</a></td></tr>
|
||||
<tr class="memdesc:a72189512f10d40462bd055dc865771e6"><td class="mdescLeft"> </td><td class="mdescRight">Operating system version constant. <a href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a72189512f10d40462bd055dc865771e6">More...</a><br /></td></tr>
|
||||
<tr class="separator:a72189512f10d40462bd055dc865771e6"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a2846cdee70f5aab693f7fe7ccb47d044"><td class="memItemLeft" align="right" valign="top">MUTILS_API const os_version_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a2846cdee70f5aab693f7fe7ccb47d044">MUtils::OS::Version::WINDOWS_WN100</a></td></tr>
|
||||
<tr class="memdesc:a2846cdee70f5aab693f7fe7ccb47d044"><td class="mdescLeft"> </td><td class="mdescRight">Operating system version constant. <a href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a2846cdee70f5aab693f7fe7ccb47d044">More...</a><br /></td></tr>
|
||||
<tr class="separator:a2846cdee70f5aab693f7fe7ccb47d044"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aa012dec8a2112a7c5e5cfde248fe9651"><td class="memItemLeft" align="right" valign="top">MUTILS_API const os_version_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#aa012dec8a2112a7c5e5cfde248fe9651">MUtils::OS::Version::WINDOWS_WIN10</a></td></tr>
|
||||
<tr class="memdesc:aa012dec8a2112a7c5e5cfde248fe9651"><td class="mdescLeft"> </td><td class="mdescRight">Operating system version constant. <a href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#aa012dec8a2112a7c5e5cfde248fe9651">More...</a><br /></td></tr>
|
||||
<tr class="separator:aa012dec8a2112a7c5e5cfde248fe9651"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a06053919d60261ac41f68541e73c62d8"><td class="memItemLeft" align="right" valign="top">MUTILS_API const os_version_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a06053919d60261ac41f68541e73c62d8">MUtils::OS::Version::WINDOWS_WIN11</a></td></tr>
|
||||
<tr class="memdesc:a06053919d60261ac41f68541e73c62d8"><td class="mdescLeft"> </td><td class="mdescRight">Operating system version constant. <a href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a06053919d60261ac41f68541e73c62d8">More...</a><br /></td></tr>
|
||||
<tr class="separator:a06053919d60261ac41f68541e73c62d8"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a0bf24022df29669da329e21d9b3d07d7"><td class="memItemLeft" align="right" valign="top">MUTILS_API const os_version_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a0bf24022df29669da329e21d9b3d07d7">MUtils::OS::Version::UNKNOWN_OPSYS</a></td></tr>
|
||||
<tr class="memdesc:a0bf24022df29669da329e21d9b3d07d7"><td class="mdescLeft"> </td><td class="mdescRight">Operating system version constant. <a href="../../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a0bf24022df29669da329e21d9b3d07d7">More...</a><br /></td></tr>
|
||||
<tr class="separator:a0bf24022df29669da329e21d9b3d07d7"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -70,18 +70,15 @@ $(function() {
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator!=</b>(const _os_version_t &rhs) const (defined in <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a>)</td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator<</b>(const _os_version_t &rhs) const (defined in <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a>)</td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator<=</b>(const _os_version_t &rhs) const (defined in <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a>)</td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator==</b>(const _os_version_t &rhs) const (defined in <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a>)</td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator<</b>(const _os_version_t &rhs) const (defined in <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a>)</td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator<=</b>(const _os_version_t &rhs) const (defined in <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a>)</td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator></b>(const _os_version_t &rhs) const (defined in <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a>)</td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator>=</b>(const _os_version_t &rhs) const (defined in <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a>)</td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>overrideFlag</b> (defined in <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a>)</td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#a4c4b496ec1964c26ebf8c138bace655a">type</a></td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#a7ac907333a00d6b4722c29c466adcc4c">versionBuild</a></td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#a50fb34ca1e0ae5ba7df5e40f93b95179">versionMajor</a></td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#aee8b73ff717ddaee12b4ce3577d83de6">versionMinor</a></td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#a1ca98ec3cf084b3e777b27401c4d0d32">versionSPack</a></td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#a4c4b496ec1964c26ebf8c138bace655a">type</a></td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#a7ac907333a00d6b4722c29c466adcc4c">versionBuild</a></td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#a50fb34ca1e0ae5ba7df5e40f93b95179">versionMajor</a></td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#aee8b73ff717ddaee12b4ce3577d83de6">versionMinor</a></td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#a1ca98ec3cf084b3e777b27401c4d0d32">versionSPack</a></td><td class="entry"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">MUtils::OS::Version::_os_version_t</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -94,9 +94,9 @@ Public Member Functions</h2></td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
|
||||
Protected Member Functions</h2></td></tr>
|
||||
<tr class="memitem:aab066c13a4986e48bc6b8468a76a55a6"><td class="memItemLeft" align="right" valign="top"><a id="aab066c13a4986e48bc6b8468a76a55a6"></a>
|
||||
 </td><td class="memItemRight" valign="bottom"><b>Hash</b> (const char *key=NULL)</td></tr>
|
||||
<tr class="separator:aab066c13a4986e48bc6b8468a76a55a6"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ad6e33a1ff4e7e2f8247fa33ca4f7b16c"><td class="memItemLeft" align="right" valign="top"><a id="ad6e33a1ff4e7e2f8247fa33ca4f7b16c"></a>
|
||||
 </td><td class="memItemRight" valign="bottom"><b>Hash</b> (const char *=NULL)</td></tr>
|
||||
<tr class="separator:ad6e33a1ff4e7e2f8247fa33ca4f7b16c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a498fa946e1cc599f85f745337f2263b9"><td class="memItemLeft" align="right" valign="top"><a id="a498fa946e1cc599f85f745337f2263b9"></a>
|
||||
virtual bool </td><td class="memItemRight" valign="bottom"><b>process</b> (const quint8 *const data, const quint32 len)=0</td></tr>
|
||||
<tr class="separator:a498fa946e1cc599f85f745337f2263b9"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
|
@ -79,12 +79,6 @@ $(function() {
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:abd4db32b0f371cbda888c890f94bbb4f"><td class="memItemLeft" align="right" valign="top"><a id="abd4db32b0f371cbda888c890f94bbb4f"></a>
|
||||
MUTILS_API bool </td><td class="memItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">_os_version_t</a> &rhs) const</td></tr>
|
||||
<tr class="separator:abd4db32b0f371cbda888c890f94bbb4f"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a05a8177f17a480199328c3c2e265657c"><td class="memItemLeft" align="right" valign="top"><a id="a05a8177f17a480199328c3c2e265657c"></a>
|
||||
MUTILS_API bool </td><td class="memItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">_os_version_t</a> &rhs) const</td></tr>
|
||||
<tr class="separator:a05a8177f17a480199328c3c2e265657c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a8c4c8050bc1a29a99238ea8cb9410cbf"><td class="memItemLeft" align="right" valign="top"><a id="a8c4c8050bc1a29a99238ea8cb9410cbf"></a>
|
||||
MUTILS_API bool </td><td class="memItemRight" valign="bottom"><b>operator></b> (const <a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html">_os_version_t</a> &rhs) const</td></tr>
|
||||
<tr class="separator:a8c4c8050bc1a29a99238ea8cb9410cbf"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@ -120,9 +114,6 @@ unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" hr
|
||||
unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html#a1ca98ec3cf084b3e777b27401c4d0d32">versionSPack</a></td></tr>
|
||||
<tr class="memdesc:a1ca98ec3cf084b3e777b27401c4d0d32"><td class="mdescLeft"> </td><td class="mdescRight">The <em>service pack</em> version of the underlaying operating system. <br /></td></tr>
|
||||
<tr class="separator:a1ca98ec3cf084b3e777b27401c4d0d32"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aaa21ac4eee1faf6854664bc6a745a514"><td class="memItemLeft" align="right" valign="top"><a id="aaa21ac4eee1faf6854664bc6a745a514"></a>
|
||||
bool </td><td class="memItemRight" valign="bottom"><b>overrideFlag</b></td></tr>
|
||||
<tr class="separator:aaa21ac4eee1faf6854664bc6a745a514"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>This struct contains version information about the underlaying operating system. See <code><a class="el" href="../../dc/d55/struct_m_utils_1_1_o_s_1_1_version_1_1__os__version__t.html" title="This struct contains version information about the underlaying operating system. See _os_version_t fo...">_os_version_t</a></code> for details! </p>
|
||||
|
File diff suppressed because one or more lines are too long
@ -82,7 +82,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
</pre><h1>License</h1>
|
||||
<p>This library is free software. It is released under the terms of the <a href="https://www.gnu.org/licenses/lgpl-2.1.html"><em>GNU Lesser General Public License (LGPL), Version 2.1</em></a>. </p><pre class="fragment">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
|
||||
|
@ -370,6 +370,12 @@ $(function() {
|
||||
<li>WINDOWS_VISTA
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a6547f22f54d3578977b428ed41e51a01">MUtils::OS::Version</a>
|
||||
</li>
|
||||
<li>WINDOWS_WIN10
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#aa012dec8a2112a7c5e5cfde248fe9651">MUtils::OS::Version</a>
|
||||
</li>
|
||||
<li>WINDOWS_WIN11
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a06053919d60261ac41f68541e73c62d8">MUtils::OS::Version</a>
|
||||
</li>
|
||||
<li>WINDOWS_WIN2K
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a9d3c6f9379b28bab18428ce9ff869ce4">MUtils::OS::Version</a>
|
||||
</li>
|
||||
@ -385,9 +391,6 @@ $(function() {
|
||||
<li>WINDOWS_WINXP
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a0469feecbf8adb7d7358c76c71ac0280">MUtils::OS::Version</a>
|
||||
</li>
|
||||
<li>WINDOWS_WN100
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a2846cdee70f5aab693f7fe7ccb47d044">MUtils::OS::Version</a>
|
||||
</li>
|
||||
<li>WINDOWS_XPX64
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a7b97ac27f03a05b0121dd617a69ae393">MUtils::OS::Version</a>
|
||||
</li>
|
||||
|
@ -108,6 +108,12 @@ $(function() {
|
||||
<li>WINDOWS_VISTA
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a6547f22f54d3578977b428ed41e51a01">MUtils::OS::Version</a>
|
||||
</li>
|
||||
<li>WINDOWS_WIN10
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#aa012dec8a2112a7c5e5cfde248fe9651">MUtils::OS::Version</a>
|
||||
</li>
|
||||
<li>WINDOWS_WIN11
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a06053919d60261ac41f68541e73c62d8">MUtils::OS::Version</a>
|
||||
</li>
|
||||
<li>WINDOWS_WIN2K
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a9d3c6f9379b28bab18428ce9ff869ce4">MUtils::OS::Version</a>
|
||||
</li>
|
||||
@ -123,9 +129,6 @@ $(function() {
|
||||
<li>WINDOWS_WINXP
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a0469feecbf8adb7d7358c76c71ac0280">MUtils::OS::Version</a>
|
||||
</li>
|
||||
<li>WINDOWS_WN100
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a2846cdee70f5aab693f7fe7ccb47d044">MUtils::OS::Version</a>
|
||||
</li>
|
||||
<li>WINDOWS_XPX64
|
||||
: <a class="el" href="d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a7b97ac27f03a05b0121dd617a69ae393">MUtils::OS::Version</a>
|
||||
</li>
|
||||
|
@ -1,11 +1,12 @@
|
||||
var searchData=
|
||||
[
|
||||
['windows_5fvista',['WINDOWS_VISTA',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a6547f22f54d3578977b428ed41e51a01',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin10',['WINDOWS_WIN10',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#aa012dec8a2112a7c5e5cfde248fe9651',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin11',['WINDOWS_WIN11',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a06053919d60261ac41f68541e73c62d8',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin2k',['WINDOWS_WIN2K',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a9d3c6f9379b28bab18428ce9ff869ce4',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin70',['WINDOWS_WIN70',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a297a875094ba596314af1105900e3e9a',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin80',['WINDOWS_WIN80',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#ad9c54834ffac2a4a7143ecf4d26232f7',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin81',['WINDOWS_WIN81',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a72189512f10d40462bd055dc865771e6',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwinxp',['WINDOWS_WINXP',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a0469feecbf8adb7d7358c76c71ac0280',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwn100',['WINDOWS_WN100',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a2846cdee70f5aab693f7fe7ccb47d044',1,'MUtils::OS::Version']]],
|
||||
['windows_5fxpx64',['WINDOWS_XPX64',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a7b97ac27f03a05b0121dd617a69ae393',1,'MUtils::OS::Version']]]
|
||||
];
|
||||
|
@ -1,11 +1,12 @@
|
||||
var searchData=
|
||||
[
|
||||
['windows_5fvista',['WINDOWS_VISTA',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a6547f22f54d3578977b428ed41e51a01',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin10',['WINDOWS_WIN10',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#aa012dec8a2112a7c5e5cfde248fe9651',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin11',['WINDOWS_WIN11',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a06053919d60261ac41f68541e73c62d8',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin2k',['WINDOWS_WIN2K',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a9d3c6f9379b28bab18428ce9ff869ce4',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin70',['WINDOWS_WIN70',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a297a875094ba596314af1105900e3e9a',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin80',['WINDOWS_WIN80',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#ad9c54834ffac2a4a7143ecf4d26232f7',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwin81',['WINDOWS_WIN81',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a72189512f10d40462bd055dc865771e6',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwinxp',['WINDOWS_WINXP',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a0469feecbf8adb7d7358c76c71ac0280',1,'MUtils::OS::Version']]],
|
||||
['windows_5fwn100',['WINDOWS_WN100',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a2846cdee70f5aab693f7fe7ccb47d044',1,'MUtils::OS::Version']]],
|
||||
['windows_5fxpx64',['WINDOWS_XPX64',['../d1/d7d/namespace_m_utils_1_1_o_s_1_1_version.html#a7b97ac27f03a05b0121dd617a69ae393',1,'MUtils::OS::Version']]]
|
||||
];
|
||||
|
@ -5,7 +5,7 @@ setlocal EnableDelayedExpansion
|
||||
:: Setup Paths
|
||||
:: ------------------------------------------
|
||||
|
||||
set "PATH_PANDOC=C:\Program Files (x86)\Pandoc"
|
||||
set "PATH_PANDOC=C:\Program Files\Pandoc"
|
||||
set "PATH_DOXYGN=%~dp0\..\Prerequisites\Doxygen\doxygen.exe"
|
||||
|
||||
:: ------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user